home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / boot / decprom / RCS / boot.h,v < prev    next >
Encoding:
Text File  |  1990-02-17  |  562 b   |  46 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.1
  10. date     90.02.16.16.14.17;  author shirriff;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @@
  17.  
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @/*
  26.  * boot.h --
  27.  *
  28.  *    Boot program definitions.
  29.  *
  30.  * Copyright 1986 Regents of the University of California
  31.  * All rights reserved.
  32.  *
  33.  *
  34.  * $Header: boot.h,v 1.2 87/05/08 17:43:52 brent Exp $ SPRITE (Berkeley)
  35.  */
  36.  
  37. #ifndef _BOOT
  38. #define _BOOT
  39.  
  40. /*
  41.  * SCSI_DISK_BOOT - boot using the dec prom SCSI disk drivers
  42.  */
  43. #define SCSI_DISK_BOOT
  44. #endif
  45. @
  46.